home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / opts_default.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.5 KB  |  48 lines

  1. [LANGUAGE english; PARENT opts; PAGE 13-2]
  2. [C;6;B]        lkopts V1.01
  3. [I;B]        Default
  4. [J;1;N]
  5.   This window enables you to ask 'lkopts' to reset to a \
  6. specific default setting.
  7.   A default setting is also used to make lk compatible \
  8. to a specific type of link.
  9.  
  10.   Available defaults:
  11. [INDENT 11]
  12.     lk
  13.            Resets 'lkopts' to lk as used directly into the CLI \
  14. or from the Workbench without any WITH file.
  15.  
  16.     No Dbl. Symb.
  17.            Resets 'lkopts' to link simple assembler object files. \
  18. This will suppose that no symbol is duplicated anywhere. Libraries \
  19. used with C language like will usuly have several functions with \
  20. exactly the same name.
  21.  
  22.     C
  23.            Resets 'lkopts' to link C like code and libraries. This \
  24. will also enable multiple symbols definition into the libraries.
  25.  
  26.     DICE
  27.            Resets 'lkopts' to link like dlink of DICE. This may not \
  28. be fully compatible, while I do not have any documentation about that \
  29. very specific linker. Note that you should never use DICE instruction \
  30. if you do not compile DICE object files.
  31.  
  32.     Blink
  33.            Resets 'lkopts' to be compatible to Slink. This will \
  34. not be fully compatible because lk does not crash when too much \
  35. symbols are defined...
  36.  
  37.     Slink
  38.            Resets 'lkopts' to be compatible to Slink. The greatest \
  39. difference with Blink is in the fact the Slink support more hunk \
  40. types and have more internal variables (like '___ctors' and \
  41. '___dtors'.)
  42.  
  43.   See also:
  44. [L;3][LINK opts]            lkopts helps
  45. [LINK cc]                CC
  46. [LINK dice]                DICE
  47. [LINK slink]                SLINK
  48.